This applet provides a small login window which purpose is to restrict
access of a part of your web site. Allowed users need a
login and a password, you can set one URL per login/password. The applet size is 2x2 or
something like that because the grey applet zone is no use for this applet. All the
logins, passwords and URLs are in the text file 'pass.txt'.
WARNING: A bad person could manage to decompile the
applet and then try to find the 'pass.txt' file so don't protect too important things with
this applet. A better solution is a CGI script.
Name |
Description |
Default |
Status |
background_color frame_width frame_height title login_text password_text status_bar_text registration_code |
the background color window width (pixels) window height (pixels) window title the login label text the password label text the text to display in the status bar when the mouse is over the registration code |
usual applet grey 250 150 "Login..." "Login" "Password" - - |
required required required required required required optional required |
Special notes |
* The background color format is hexadecimal format like this
: blue is "#0000ff"", red is "#ff0000" ... If you want that the
background color is the same as the one of the page, look at the html source file and find
the balise : <body bgcolor="#00FFFF"> then copy the value, here it's
"#00ffff". Use the "HexColor" applet to convert RGB color to
hexadecimal color. * structure of the text file 'pass.txt' : on each line put in this
order and separated by a space: the login, the password and the target url example: |
Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com